home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / AddTabs.cpt / AddTabs / AddTabs 1.1 Docs next >
Text File  |  1987-07-01  |  2KB  |  52 lines

  1. AddTabs (version 1.1) Documentation
  2.  
  3.  
  4. AddTabs will take a text file and replace a series of spaces of a given
  5. length with a single tab.  This is useful for converting lines of tabular
  6. data (which have been padded with spaces instead of using tabs) to true
  7. tab delimited data for import to a data base or for easier manipulation in
  8. page layout programs (easier to reformat when not using monospaced fonts).
  9.  
  10.  
  11. You must specify the maximum number of spaces to allow.  If you specify 2,
  12. any series of spaces 3 or greater will be replaced by one tab.  All trailing
  13. spaces will automatically be removed, but you have the option of replacing
  14. leading spaces with tabs (if they total greater than the maximum allowable
  15. spaces), or strip all leading spaces.  If you choose 255 as the maximum
  16. allowable spaces and strip leading spaces, all leading and trailing spaces
  17. will be stripped.  You also have the option of removing all characters with
  18. ASCII values less than 9.
  19.  
  20.  
  21.  
  22. Limitations:
  23.  
  24. 1.  Line length is limited to 255 characters.  Longer lines will be truncated.
  25.  
  26. 2.  Only files tagged as TEXT can be processed.
  27.  
  28.  
  29.  
  30. Changes for version 1.1:
  31.  
  32. 1.  Increased the size of the read buffer to improve performance.
  33.  
  34. 2.  Added error handling.  No more bombs when disk fills.
  35.  
  36.  
  37.  
  38. Files Included:
  39.  
  40. 1.  AddTabs 1.1 - Compiled application
  41.  
  42. 2.  AddTabs 1.1 Docs - This file
  43.  
  44.  
  45.  
  46. If you like the program, have any questions about its operation, or find
  47. any bugs, please let me know.  I can be reached through any the following
  48. addresses:
  49.  
  50. COMPUSERVE: 70167,3444 or 72245,1553  -  GENIE: JWIND  -  MCIMAIL: JWIND
  51.  
  52.